home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 February: Tool Chest / Dev.CD Feb 99 TC.toast / What's New? / Development Kits / Mac OS USB v1.1f3 DDK / Examples / PrinterClassDriver / Common.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-01-07  |  213 b   |  16 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        Common.h
  3.  
  4.     Contains:    Common items used in more than one file
  5.  
  6.  
  7.     Copyright:    © 1998 by Apple Computer, Inc., all rights reserved.
  8.  
  9. */
  10. #ifndef __COMMON__
  11. #define __COMMON__
  12.  
  13. #define kPACKID        -4096
  14.  
  15. #endif
  16.